home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set the visible of sprite 45 to 0
- puppetSound("Tone")
- updateStage()
- repeat while the mouseDown
- nothing()
- end repeat
- set the visible of sprite 45 to 1
- end
-
- on mouseUp
- set the visible of sprite 8 to 1
- go(#next)
- end
-